Set env vars with inline python code
------------------------------------

export ENVVAR=`python -c "print('WHATEVER')"`


//To check use: printenv
